home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / parad / dec94 / bt_fig04.gif < prev    next >
Graphics Interchange Format  |  1995-09-26  |  6KB  |  356x376  |  4-bit (5 colors)
Labels: text | electronics | screenshot | display | software | number
OCR: SORT.FSL :: #Button3 :: pushButton* method pushButton(var eventInfo Event) var st Array[] String endVar ; Initialize the array. st.grow(3) st[1] = "d" st[2] = "c" st[3] = "a" st.view("Unsorted") ; Sort the array. sortLib.arraySortx (st) ; Display the sorted array. st.view("Sorted") endmethod Edit Line: 7 Col: 13